| Filename | (eval 38)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm:177] |
| Statements | Executed 4 statements in 92µs |
| Eval Invoked At | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm line 177 |
| Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 9µs | 61µs | Perl::Critic::Exception::IO::BEGIN@3 |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Exception::IO::Fields |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Exception::IO::description |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Exception::IO::errno |
| 0 | 0 | 0 | 0s | 0s | Perl::Critic::Exception::IO::file_name |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Perl::Critic::Exception::IO; | ||||
| 2 | |||||
| 3 | 2 | 90µs | 2 | 113µs | # spent 61µs (9+52) within Perl::Critic::Exception::IO::BEGIN@3 which was called:
# once (9µs+52µs) by Exception::Class::_make_subclass at line 3 # spent 61µs making 1 call to Perl::Critic::Exception::IO::BEGIN@3
# spent 52µs making 1 call to base::import |
| 4 | |||||
| 5 | 1 | 400ns | our $VERSION = '1.1'; | ||
| 6 | |||||
| 7 | 1 | 2µs | 1; | ||
| 8 | |||||
| 9 | sub description | ||||
| 10 | { | ||||
| 11 | return 'An input/output problem.'; | ||||
| 12 | } | ||||
| 13 | sub Fields { return ($_[0]->SUPER::Fields, 'file_name', 'errno') } | ||||
| 14 | |||||
| 15 | sub file_name { $_[0]->{file_name} } | ||||
| 16 | sub errno { $_[0]->{errno} } | ||||
| 17 | |||||
| 18 | ; |